Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm knapsack

Search list

[AI-NN-PRcqa

Description: 背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
Platform: | Size: 284672 | Author: 李佚 | Hits:

[CSharpknapGa

Description: 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
Platform: | Size: 5120 | Author: 流程 | Hits:

[AI-NN-PRBBGAVB

Description: 一个求解背包问题的遗传算法,该程序是基于VB平台开发的-a knapsack problem solving genetic algorithm, the program is based on the platform in the VB
Platform: | Size: 24576 | Author: 史剑 | Hits:

[AI-NN-PRvb_Calculator

Description: 基于遗传算法的背包问题求解,有基本的说明和代码-based on genetic algorithm knapsack problem solving, a basic description and code.
Platform: | Size: 20480 | Author: 赵宇 | Hits:

[AI-NN-PRGA_for_TSP

Description: 用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronautics and Astronautics, Information and Computing Science prepared. The procedure the use of genetic algorithms to solve knapsack problem. binary string encoding, an option objects, 0 no choice. Knapsack Problem Description : M items removed several pieces on the space-W backpack, Each of the weight W1, W 2 ... Wn, the corresponding value of P1, P2 ... Pn. Sought to gain maximum value of the program. NOTE : In this issue, all the weight values are integers.
Platform: | Size: 25600 | Author: 王杰 | Hits:

[AI-NN-PR0-1package

Description: 遗传算法求解0-1背包问题,包含问题的求解步骤。-Genetic Algorithm 0-1 knapsack problem, including steps to solve the problem.
Platform: | Size: 6144 | Author: 何海斌 | Hits:

[Button controlChp15

Description: 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
Platform: | Size: 1018880 | Author: | Hits:

[AI-NN-PRGA_for_Knapsack_Problem

Description: 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
Platform: | Size: 44032 | Author: daniel | Hits:

[AI-NN-PRGA

Description: 背包算法中用遗传算法解决VB代码 希望能帮助有用得着的朋友-Knapsack algorithm using genetic algorithm to solve VB code to help a friend has useful
Platform: | Size: 1024 | Author: adsd | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[AI-NN-PRaa

Description: 遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
Platform: | Size: 303104 | Author: sunguili | Hits:

[matlabGQA

Description: 遗传量子算法求解背包问题Matlab源码-Quantum Genetic Algorithm for Knapsack Problem
Platform: | Size: 11264 | Author: 林剑祥 | Hits:

[Mathimatics-Numerical algorithmsbbwt

Description: 遗传算法解决背包问题,即装入物体容量有限,每个物体有不同价值,使得最终价值最高。-Genetic algorithm to solve knapsack problem, namely the limited capacity of loaded objects, each object has a different value, making the final value.
Platform: | Size: 24576 | Author: liu | Hits:

[OtherKnapsackProblem

Description: 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crossover is a two-point random crossover and mutation is the probability of mutation
Platform: | Size: 2048 | Author: 田文杰 | Hits:

[Data structsbackpack-ga-algorithm

Description: 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
Platform: | Size: 2048 | Author: olivejy | Hits:

[AI-NN-PRknapsack

Description: 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
Platform: | Size: 252928 | Author: tunzhao | Hits:

[Algorithmgenetic

Description: This is knapsack problem solution by genetic algorithm
Platform: | Size: 2048 | Author: hamaaral | Hits:

[CSharpbackpack

Description: 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
Platform: | Size: 82944 | Author: 李洁 | Hits:

[AI-NN-PRhybrid-genetic-algorithm--

Description: 用混和遗传算法求解0-1背包问题 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题-The hybrid genetic algorithm to solve knapsack problem
Platform: | Size: 2048 | Author: 陈凯 | Hits:

[AlgorithmKnapsack-problem-based-on-GA

Description: 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper first introduces the basic principles of the basic genetic algorithm, the characteristics of its basic implementation techniques, and then for the knapsack problem, discusses the genetic algorithm coded representation and genetic operators (including selection operator, crossover operator mutation operator three count sub), and other aspects of the application. And the combination of an instance of the knapsack problem, given specific encoding method, operating parameters, population size, maximum number of iterations, and appropriate genetic operators. Finally, a brief description of the genetic algorithm Knapsack problem and genetic algorithm to solve the knapsack problem prospects prospect.
Platform: | Size: 420864 | Author: 李海波 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net